.index-report-box{
    width: 100%;
    height: 555px;
    background: url(/newwebsite/index/images/index-report.png) center center;
}
.index-report-box .index-report{
    height: 555px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}
.index-report-box .index-report h3{
    padding: 60px 0px 80px 0px;
    font-size: 36px;
    font-weight: 700;
}
.index-report-box .report-details{
    padding-bottom: 60px;
}
.index-report-box .report-details-item{
    float: left;
    width: 20%;
}
.index-report-box .report-details-item p{
    margin-top: 10px;
    font-size: 30px;
    font-weight: 700;
}
.index-report-box .report-details-item span{
    font-size: 40px;
    font-weight: 700;
}
.index-report-box .index-report h5{
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 5px;
}
.index-report-box .index-report .btn{
    height: 36px;
    line-height: 30px;
    border-radius: 0px;
    margin-top: 40px;
    font-size: 18px;
    padding: 0 15px;
}
.index-report-box .btn span{
    margin-right: 10px;
    vertical-align: middle;
}
.index-report-box .index-right-hover-icon{
    display: none;
}
.index-report-box .btn:hover{
    border-color: #fff !important;
}
.index-report-box .btn:hover span{
    color: #fff !important;
}
.index-report-box .btn:hover .index-right-icon{
    display: none;
}
.index-report-box .btn:hover .index-right-hover-icon{
    display: inline-block;
}
.index-footer-box{
    width: 100%;
    background: #1a1a1a;
    overflow: hidden;
}
.index-footer-box .index-footer{
    display: block !important;
    margin: 0 auto;
    color: #fff;
    background: #1a1a1a !important;
    padding: 0px !important;
}
.index-footer-box .index-footer p,
.index-footer-box .index-footer span,
.index-footer-box .index-footer a{
    font-size: 16px;
    color: #fff;
}
.index-footer-box .web-link{
    text-align: left;
    padding: 80px 0px 20px 0px;
    border-bottom: 2px solid;
}
.index-footer-box .web-link .web-link-line{
    display: inline-block;
    width: 2px;
    height: 16px;
    background: #fff;
    margin: 0 10px;
}
.index-footer-box .footer-nav{
    text-align: left;
}
.index-footer-box .footer-nav .footer-nav-item{
    float: left;
    width: 20%;
    height: 270px;
    padding-top: 35px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.index-footer-box .footer-nav p{
    line-height: 22px !important;
    margin-bottom: 10px;
}
.index-footer-box .footer-nav .title{
    margin-bottom: 30px;
}
.index-footer-box .footer-nav a{
    font-size: 14px;
}
.index-footer-box .footer-nav .footer-nav-code{
    width: 40%;
    text-align: right;
}
.index-footer-box .footer-nav-code .title{
    text-align: left;
    padding-left: 155px;
    font-size: 16px;
}
.index-footer-box .footer-nav-code .public-account-code,
.index-footer-box .footer-nav-code .app-download-code{
    display: inline-block;
    text-align: center;
    margin-left: 35px;
}
.index-footer-box .footer-nav-code p{
    font-size: 14px;
}
.index-footer-box .footer-nav-code img{
    display: inline-block;
    width: 142px;
    height: 142px;
    margin-bottom: 10px;
}
.index-footer-box .footer-phone{
    padding-bottom: 25px;
    text-align: left;
}
.index-footer-box .footer-phone p{
    margin-bottom: 5px;
}
.index-footer-box .footer-phone span{
    font-size: 14px;
    margin: 0px !important;
}
.index-copyright-box{
    width: 100%;
    background: #1a1a1a;
    overflow: hidden;
    border-top: 1px solid #484848;
    text-align: center;
    padding: 30px 0px;
}
.index-copyright-box p{
    margin-bottom: 10px;
}
.index-copyright-box a,
.index-copyright-box span{
    font-size: 14px;
    color: #fff;
}
.index-copyright-box .text{
    margin-right: 5px;
}
.product-container{
    padding-top: 0px !important;
}